Skip to content

posal: linux: Add posal_time.c with UTC time API stubs - #102

Merged
quic-plai merged 2 commits into
AudioReach:masterfrom
quic-aditrath:posal_time_stub
Aug 24, 2026
Merged

posal: linux: Add posal_time.c with UTC time API stubs#102
quic-plai merged 2 commits into
AudioReach:masterfrom
quic-aditrath:posal_time_stub

Conversation

@quic-aditrath

Copy link
Copy Markdown
Contributor

Commit 0b7d884 introduced posal_time.h declaring four UTC time APIs but shipped no Linux implementation, causing a runtime symbol lookup error when loading libspf.so on Linux targets.

Add posal_time.c under fwk/platform/posal/src/linux/ with stub implementations to avoid undefined symbols at run time.

Commit 0b7d884 introduced posal_time.h declaring four UTC time APIs
but shipped no Linux implementation, causing a runtime symbol lookup
error when loading libspf.so on Linux targets.

Add posal_time.c under fwk/platform/posal/src/linux/ with stub
implementations to avoid undefined symbols at run time.

Signed-off-by: Aditya Rathi <aditrath@qti.qualcomm.com>
Wire the newly added fwk/platform/posal/src/linux/posal_time.c into the
posal CMakeLists.txt so it is compiled into spf library on Linux and
Zephyr build. The include path for posal_time.h is already covered by
the existing ${LIB_ROOT}/inc entry.

Signed-off-by: Aditya Rathi <aditrath@qti.qualcomm.com>
@quic-aditrath
quic-aditrath requested review from a team August 17, 2026 09:12
@quic-aditrath quic-aditrath mentioned this pull request Aug 17, 2026
@quic-plai
quic-plai merged commit e9191b3 into AudioReach:master Aug 24, 2026
18 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants